home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / netinclude / rpc / gst.h < prev    next >
C/C++ Source or Header  |  1994-03-09  |  951b  |  41 lines

  1. /*
  2.  * $Id: gst.h,v 1.2 1994/03/09 01:54:02 jraja Exp $
  3.  *
  4.  * Include file for the SAS/C Global Symbol Table generation
  5.  *
  6.  * $Log: gst.h,v $
  7.  * Revision 1.2  1994/03/09  01:54:02  jraja
  8.  * Added few files.
  9.  *
  10.  * Revision 1.1  1993/11/10  01:11:15  jraja
  11.  * Initial revision
  12.  *
  13.  */
  14. struct sockaddr_in;
  15.  
  16. #include <sys/param.h>
  17. #include <sys/types.h>
  18. #include <sys/errno.h>
  19. #include <sys/ioctl.h>
  20. /* #include <sys/socket.h> \* includes inline functions */
  21. #include <sys/time.h>
  22. /* #include <netdb.h> \* includes inline functions */
  23. #include <errno.h>
  24. /* #include <arpa/inet.h> \* includes inline functions */
  25. /* #include <net/if.h> \* depends on sys/socket.h */
  26. #include <unistd.h>
  27. #include <proto/usergroup.h>
  28. #include <pragmas/socket_pragmas.h>
  29.  
  30. #include <rpc/rpc.h>
  31. #include <rpc/pmap_prot.h>
  32. #include <rpc/pmap_clnt.h>
  33. #include <rpc/pmap_rmt.h>
  34.  
  35. #include <stddef.h>
  36. #include <stdio.h>
  37. #include <stdlib.h>
  38. #include <limits.h>
  39.  
  40. #include <proto/exec.h>
  41.